![]() |
DisposePixMap |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Disposes a PixMap structure and its color table.
void DisposePixMap ( PixMapHandle pm );
A handle to the PixMap structure to be disposed of.
The CloseCPort function calls DisposePixMap.
Your application typically does not need to call this function. This function is also available as DisposPixMap.
If your application uses DisposePixMap, take care that it does not dispose of a PixMap structure whose color table is the same as the current device’s CLUT.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)